home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Reference / Tech Tour ß1.0 / Tech Tour fl1.0 / card_7976.txt < prev    next >
Encoding:
Text File  |  1988-03-21  |  2.6 KB  |  127 lines

  1. -- card: 7976 from stack: in.0
  2. -- bmap block id: 19154
  3. -- flags: 0000
  4. -- background id: 2805
  5. -- name: ROM
  6. ----- HyperTalk script -----
  7. on opencard
  8.   show background field 2
  9. end opencard
  10.  
  11.  
  12.  
  13. -- part 3 (button)
  14. -- low flags: 00
  15. -- high flags: 0000
  16. -- rect: left=50 top=76 right=235 bottom=128
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: ROM
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   push card
  28.   visual effect dissolve fast
  29.   go to card "Inside ROM"
  30. end mouseUp
  31.  
  32.  
  33.  
  34. -- part 4 (button)
  35. -- low flags: 00
  36. -- high flags: 0000
  37. -- rect: left=167 top=76 right=235 bottom=245
  38. -- title width / last selected line: 0
  39. -- icon id / first selected line: 0 / 0
  40. -- text alignment: 1
  41. -- font id: 0
  42. -- text size: 12
  43. -- style flags: 0
  44. -- line height: 16
  45. -- part name: ROM
  46. ----- HyperTalk script -----
  47. on mouseUp
  48.   push card
  49.   visual effect dissolve fast
  50.   go to card "Inside ROM"
  51. end mouseUp
  52.  
  53.  
  54.  
  55. -- part 5 (button)
  56. -- low flags: 00
  57. -- high flags: 0000
  58. -- rect: left=290 top=138 right=150 bottom=339
  59. -- title width / last selected line: 0
  60. -- icon id / first selected line: 0 / 0
  61. -- text alignment: 1
  62. -- font id: 0
  63. -- text size: 12
  64. -- style flags: 0
  65. -- line height: 16
  66. -- part name: toolbox
  67. ----- HyperTalk script -----
  68. on mouseUp
  69.   push card
  70.   visual effect wipe left
  71.   go to card "inside the roms"
  72. end mouseUp
  73.  
  74.  
  75.  
  76. -- part 6 (button)
  77. -- low flags: 00
  78. -- high flags: 0000
  79. -- rect: left=365 top=138 right=151 bottom=466
  80. -- title width / last selected line: 0
  81. -- icon id / first selected line: 0 / 0
  82. -- text alignment: 1
  83. -- font id: 0
  84. -- text size: 12
  85. -- style flags: 0
  86. -- line height: 16
  87. -- part name: operating system
  88. ----- HyperTalk script -----
  89. on mouseUp
  90.   push card
  91.   visual effect wipe left
  92.   go to card "operating system"
  93. end mouseUp
  94.  
  95.  
  96.  
  97. -- part 7 (field)
  98. -- low flags: 00
  99. -- high flags: 0004
  100. -- rect: left=285 top=267 right=305 bottom=512
  101. -- title width / last selected line: 0
  102. -- icon id / first selected line: 0 / 0
  103. -- text alignment: 0
  104. -- font id: 156
  105. -- text size: 12
  106. -- style flags: 256
  107. -- line height: 16
  108. -- part name: 
  109.  
  110.  
  111. -- part contents for background part 6
  112. ----- text -----
  113. ROM
  114.  
  115.  
  116. -- part contents for background part 37
  117. ----- text -----
  118.  
  119. ROM is the Macintosh SE's permanent read only memory.  Its base address is $40 0000 (hexadecimal).
  120.  
  121. The ROM contains the routines for the Toolbox* and Operating System*, as well as the various traps. 
  122.  
  123. The Macintosh SE contains 128K of ROM.
  124.  
  125. -- part contents for card part 7
  126. ----- text -----
  127. To learn more about the ROM, click on the chip to the left.